home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / stk110 / smp.com / HOURGLAS.SMP < prev    next >
Text File  |  1990-09-22  |  541b  |  16 lines

  1. /* SMP1  Sprite shape and mask bitmaps created by the SPRED */
  2.  
  3. #define hourglas_width  16
  4. #define hourglas_height 16
  5.  
  6. unsigned char hourglas_shape[] = {
  7.     0x00,0x00,0x7F,0xFC,0x3F,0xF8,0x10,0x10,0x10,0x10,0x08,0x20,
  8.     0x04,0x40,0x02,0x80,0x02,0x80,0x04,0x40,0x09,0x20,0x13,0x90,
  9.     0x17,0xD0,0x3F,0xF8,0x7F,0xFC,0x00,0x00,
  10. };
  11. unsigned char hourglas_mask[] = {
  12.     0x00,0x01,0x00,0x01,0x80,0x03,0xC0,0x07,0xC0,0x07,0xE0,0x0F,
  13.     0xF0,0x1F,0xF8,0x3F,0xF8,0x3F,0xF0,0x1F,0xE0,0x0F,0xC0,0x07,
  14.     0xC0,0x07,0x80,0x03,0x00,0x01,0x00,0x01,
  15. };
  16.